home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power CD-ROM!! 8
/
Power CD-ROM 8.iso
/
prgmming
/
skelet
/
skeleton.def
< prev
next >
Wrap
Text File
|
1994-08-15
|
749b
|
28 lines
;----------------------------------------------------------------------------
; skeleton.def - module definition file for the SKELETON.VBX custom control
;
; Copyright (c) <Your Company Name> 1994
;
; Portions of this product are based on original
; source code from Anton Software Limited.
;----------------------------------------------------------------------------
LIBRARY SKELV100
EXETYPE WINDOWS
DESCRIPTION 'Skeleton VBX Custom Control'
CODE PRELOAD MOVEABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 2048
EXPORTS
WEP @1 RESIDENTNAME
SEGMENTS
WEP_TEXT FIXED
;----------------------------------------------------------------------------